home *** CD-ROM | disk | FTP | other *** search
- PatchLevel 4:
-
- A spurious reference to long double in m68k-pinsn.c has been
- elmininated (there is no long double support for the 68000
- yet).
-
- ----------------------------------------------------------------------
- PatchLevel 3:
-
- Support the changed debugging format of gcc-2.4
- Enable the support for long long. All calculations on inferior
- data are done with long long precision (except floating point, of
- course). Output of long long is supported even if printf does not.
- Treat enum like short if -mshort was given to compile the
- inferior.
- Handle file names which include drive letters.
- Improve printing of constructor/destructor names.
-